aboutsummaryrefslogtreecommitdiffstats
path: root/python2-numpydoc [disowned]
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-11-23 13:33:10 +0100
committerMattias Andrée <maandree@kth.se>2016-11-23 13:33:10 +0100
commit12f63117a260e5dfb18dc90eac6a1f3e559f8746 (patch)
tree631c7d8d4a8a09211d1a2fd46991672e6ae7a19a /python2-numpydoc [disowned]
parentUpdate blender-plugin-vectex (diff)
downloadaur-packages-12f63117a260e5dfb18dc90eac6a1f3e559f8746.tar.gz
aur-packages-12f63117a260e5dfb18dc90eac6a1f3e559f8746.tar.bz2
aur-packages-12f63117a260e5dfb18dc90eac6a1f3e559f8746.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'python2-numpydoc [disowned]')
-rwxr-xr-xpython2-numpydoc [disowned]/watch2
1 files changed, 1 insertions, 1 deletions
diff --git a/python2-numpydoc [disowned]/watch b/python2-numpydoc [disowned]/watch
index d51351b..fb27a53 100755
--- a/python2-numpydoc [disowned]/watch
+++ b/python2-numpydoc [disowned]/watch
@@ -1,7 +1,7 @@
#!/bin/sh
[ -f 'index.html' ] && rm 'index.html'
-wget https://pypi.python.org/pypi/numpydoc >/dev/null 2>/dev/null
+wget https://pypi.python.org/pypi/numpydoc -O numpydoc >/dev/null 2>/dev/null
if [ $? = 0 ]; then
[ -f unfetchable ] && rm unfetchable
grep numpydoc- < index.html | md5sum > new-sum